home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
prospero
/
propsero.lha
/
prospero-beta.4.2e
/
server
/
dirsrv.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-10
|
2KB
|
34 lines
/*
* Copyright (c) 1989, 1990, 1991 by the University of Washington
*
* For copying and distribution information, please see the file
* <uw-copyright.h>.
*/
#include <uw-copyright.h>
#define MAX_VERSION 1 /* Highest version number supported */
#define MIN_VERSION 1 /* Lowest version number supported */
/* Commands */
#define UNIMPLEMENTED 0 /* Unimplemented */
#define VERSION 1 /* Set or request protocol version number */
#define AUTHENTICATOR 2 /* Provides authentication information */
#define DIRECTORY 3 /* Set current working directory */
#define LIST 4 /* List directory links matching args */
#define GET_OBJECT_INFO 5 /* Requests information about a file */
#define EDIT_OBJECT_INFO 6 /* used to change file attributes */
#define CREATE_LINK 7 /* Adds a new link to a directory */
#define DELETE_LINK 8 /* Removes existing link from directory */
#define MODIFY_LINK 9 /* Changes information about link */
#define CREATE_OBJECT 10 /* Creates new file and returns pointer */
#define TERMINATE 11 /* Requests that server terminate */
#define CREATE_DIRECTORY 12 /* Create new directory and returns ptr */
#define UPDATE 13 /* Update link by chasing forwarding ptr */
#define STATUS 14 /* Return server status */
#define LIST_ACL 15 /* Return access control list */
#define MODIFY_ACL 16 /* Modify access control list */
#define PACKET 17 /* Multi packet request (not implemented) */
#define RESTART 18 /* Requests that server restart itself */